home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 September (Japanese) / CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 2).iso / disc2 / nt / ntperf.exe / PERFTOOLS / SRC / PERFMON / REGISTRY.H_ / REGISTRY.H
Encoding:
C/C++ Source or Header  |  1993-05-15  |  1.0 KB  |  37 lines

  1. /*****************************************************************************
  2.  *
  3.  *  Registry.h - This is the include file for the user config code.
  4.  *
  5.  *  Microsoft Confidential
  6.  *  Copyright (c) 1992-1993 Microsoft Corporation
  7.  *
  8.  *
  9.  ****************************************************************************/
  10.  
  11. // default values for .INI files
  12.  
  13. #define DEFAULT_TIMER_INTERVAL      2000        // sampling interval
  14.  
  15. // LINEGRAPH
  16. // first three are general default values. The others are specific
  17. #define DEFAULT_VAL_BOTTOM        0
  18. #define DEFAULT_DVAL_AXISHEIGHT   100
  19. #define DEFAULT_MAX_VALUES        100
  20.  
  21.  
  22. // LINEGRAPH DISP
  23. #define DEFAULT_F_DISPLAY_LEGEND  TRUE
  24. #define DEFAULT_F_DISPLAY_CALIBRATION TRUE
  25.  
  26.  
  27.  
  28. //==========================================================================//
  29. //                             Exported Functions                           //
  30. //==========================================================================//
  31.  
  32.  
  33.  
  34. BOOL LoadMainWindowPlacement (HWND hWnd) ;
  35.  
  36. BOOL SaveMainWindowPlacement (HWND hWnd) ;
  37.